home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / rtsend.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  376b  |  14 lines

  1. /*
  2.   The structure of the "request_to_send" verb.
  3. */
  4. struct rtsend {
  5. char rsrv1[12];     /* Required for PORT */
  6. unsigned int code;  /* Verb operation code */
  7. unsigned char e_cd; /* Verb extension code */
  8. unsigned char rsrv2[5];
  9. unsigned int prim_rc; /* Primary ret code */
  10. unsigned long sec_rc; /* Secondary ret. code */
  11. char tp_id[8];
  12. unsigned long conv_id;
  13. };
  14.